gtkentry: Add a "catchall" click gesture handler
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 13:31:37 +0000 (15:31 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 13:38:33 +0000 (15:38 +0200)
commitc5cd1ac63079622e5876f3a48759663de5533b27
tree276af7c0b79c0d17e0dd9f8938d22aaf4e684dac
parent90edb7641584a23ae1979dcb960c3c862f4596e2
gtkentry: Add a "catchall" click gesture handler

This gesture is set on the whole widget surface, since there's
multiple input targets inside an entry (icons, the GtkText itself)
it makes sense to consider the full entry an area handling clicks.
Ensure these events don't propagate further up, and result in other
actions.
gtk/gtkentry.c